gtkwindow: bail out on WM operations in the presence of grabs
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 4 Aug 2015 13:54:40 +0000 (15:54 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Tue, 4 Aug 2015 15:59:01 +0000 (17:59 +0200)
commit69c9cb85e2dfb5169a7d3b71b4ef7e9203126a83
tree01d1186e093756a1da6ba1ceb49d0e43eb76f899
parenta6ca56969e85d0f482f86d08abf48aa7ce54012a
gtkwindow: bail out on WM operations in the presence of grabs

These operations will require a grab on the WM side, so we can spare the
attempt from the WM to take a grab when we're certain it won't suceed.

https://bugzilla.gnome.org/show_bug.cgi?id=752327
gtk/gtkwindow.c